home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992…ugust: Hack to the Future / ADC Developer CD (1992-08) (''Hack To The Future'')_iso / Dev.CD 199208.iso / Periodicals / develop / develop 11 code / Graphical Truffles / ShowResult.a < prev   
Encoding:
Text File  |  1992-07-15  |  159 b   |  12 lines  |  [TEXT/MPS ]

  1.         CASE ON
  2.         INCLUDE 'Traps.a'
  3.         
  4. ShowResult PROC EXPORT
  5.            link            a6,#0
  6.            move.l        8(a6),d0
  7.            _Debugger
  8.            unlk         a6
  9.            rts
  10.            endp
  11.            
  12.            end